Small correction for gtk_tree_path_new_root(). (#156956, Vincent Untz)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 31 Oct 2004 16:40:03 +0000 (16:40 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 31 Oct 2004 16:40:03 +0000 (16:40 +0000)
2004-10-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/tmpl/gtktreemodel.sgml: Small correction for
gtk_tree_path_new_root().  (#156956, Vincent Untz)

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtktreemodel.sgml

index 1ed3c45f89555009b2369ebd9858aa90c9fd4a43..78894a1a3f97351bb7a3864aeae75fe2ce1aa5ef 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/tmpl/gtktreemodel.sgml: Small correction for
+       gtk_tree_path_new_root().  (#156956, Vincent Untz)
+
        * gtk/gtk-sections.txt: Additions.
 
 2004-10-29  Matthias Clasen  <mclasen@redhat.com>
index 88612dc2d29570b1d3cd5411dc862016153c78fc..a7eac8d40b8a38d2989bd4db905103da46475a03 100644 (file)
@@ -365,13 +365,12 @@ section.
 
 <!-- ##### MACRO gtk_tree_path_new_root ##### -->
 <para>
-An alternate name for gtk_tree_path_new_iter() provided for
-compatibility reasons; this macro will be deprecated in future
-versions of GTK+.
+An alternate name for gtk_tree_path_new_first() provided for
+compatibility reasons.
 </para>
 
 @Returns: A new #GtkTreePath.
-
+@Deprecated: Use gtk_tree_path_new_first() instead.
 
 <!-- ##### FUNCTION gtk_tree_path_append_index ##### -->
 <para>